FragmentNamespaceContext

class FragmentNamespaceContext(val parent: FragmentNamespaceContext?, prefixes: Array<String>, namespaces: Array<String>)

Namespace context used in compact fragments. Intended for internal use.

Constructors

Link copied to clipboard
constructor(parent: FragmentNamespaceContext?, prefixes: Array<String>, namespaces: Array<String>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun getNamespaceURI(prefix: String): String?
Link copied to clipboard
open fun getPrefix(namespaceURI: String): String
Link copied to clipboard
open fun getPrefixes(namespaceURI: String): Iterator<String>
Link copied to clipboard
open fun iterator(): Iterator<<Error class: unknown class>>